From 88017a3fc1080c1d152a1bdcede93a3ae14abe05 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 2 Dec 2005 13:33:28 +0000 Subject: [PATCH] Garmin Logbook files have extension of .xml. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1612 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/vecs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/vecs.c b/gpsbabel/vecs.c index 086060d38..0cf5a402d 100644 --- a/gpsbabel/vecs.c +++ b/gpsbabel/vecs.c @@ -360,7 +360,7 @@ vecs_t vec_list[] = { &glogbook_vecs, "glogbook", "Garmin Logbook XML", - NULL + "xml" }, { &kml_vecs, -- 2.30.2